github.com/andybalholm/brotli.hashForgetfulChain.banks (field)
8 uses
github.com/andybalholm/brotli (current package)
hash_forgetful_chain.go#L50: banks [][]slot
hash_forgetful_chain.go#L69: h.banks = make([][]slot, h.numBanks)
hash_forgetful_chain.go#L70: for i := range h.banks {
hash_forgetful_chain.go#L71: h.banks[i] = make([]slot, bankSize)
hash_forgetful_chain.go#L120: h.banks[bank][idx].delta = uint16(delta)
hash_forgetful_chain.go#L121: h.banks[bank][idx].next = h.head[key]
hash_forgetful_chain.go#L223: slot = uint(h.banks[bank][last].next)
hash_forgetful_chain.go#L224: delta = uint(h.banks[bank][last].delta)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |